home *** CD-ROM | disk | FTP | other *** search
- video HAM
- ; Example of a GL command file, by John Bickers. This is for a
- ; converted DL animation called SPOOL8. The file "main.pic" is a title
- ; picture (320x200/16) with the same palette as the clips, which gives
- ; the DL Title and Author fields, a box around the display area, and
- ; my TAP sign in the corner. DarkParticle/8 is the font I use.
- pload main.pic,1
- palette 1
- pfade 9,1
- pfree 1
- cload undl.001.iff,1
- cload undl.002.iff,2
- cload undl.003.iff,3
- cload undl.004.iff,4
- cload undl.005.iff,5
- cload undl.006.iff,6
- cload undl.007.iff,7
- cload undl.008.iff,8
- cload undl.009.iff,9
- cload undl.010.iff,10
- cload undl.011.iff,11
- cload undl.012.iff,12
- cload undl.013.iff,13
- cload undl.014.iff,14
- cload undl.015.iff,15
- cload undl.016.iff,16
- start:
- fly 80,50,80,50,0,5,1,2,3,4,3,2,1,2,3,4,5,4,3,2,3,4,5,6,7,8,9,10
- fly 80,50,80,50,0,5,11,10,9,8,9,10,11,12,13,14,15,16,15,16,15,14
- fly 80,50,80,50,0,5,13,12,13,14,15,16,15,14,13,12,11,12,13,14,15
- fly 80,50,80,50,0,5,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2
- mark 2
- fly 80,50,80,50,0,5,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16
- fly 80,50,80,50,0,5,15,14,13,12,11,10,9,8,7,6,5,4,3,2
- loop
- goto start
-